The ContainerLayout class represents the layout settings for a container, including width, visibility, and padding.
Properties
| Name | Description |
|---|
| Width | The width of the container. |
| Visible | Indicates whether the container is visible. |
| ClientVisible | Indicates whether the container is visible to the client. |
| Padding | The padding of the container. |
Constructors
| Name | Description |
|---|
| ContainerLayout() | Initializes a new instance of the ContainerLayout class with default values. |
Methods
| Name | Description |
|---|
| GetDifferences(otherObj) | Compares the current instance with another container layout and returns the differences. |